[INFO] cloning repository https://github.com/human-0/carcassonne-bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/human-0/carcassonne-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuman-0%2Fcarcassonne-bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuman-0%2Fcarcassonne-bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9258c126162167025195b20457a1d65f080c9cf3
[INFO] fixing human-0/carcassonne-bot against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuman-0%2Fcarcassonne-bot" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/human-0/carcassonne-bot
[INFO] finished tweaking git repo https://github.com/human-0/carcassonne-bot
[INFO] tweaked toml for git repo https://github.com/human-0/carcassonne-bot written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/human-0/carcassonne-bot on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/human-0/carcassonne-bot already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded statrs v0.18.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cac49d1e50da7f933faa6a225ddf722d09417aad985f4495cf2323ba77bddd6e
[INFO] running `Command { std: "docker" "start" "cac49d1e50da7f933faa6a225ddf722d09417aad985f4495cf2323ba77bddd6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cac49d1e50da7f933faa6a225ddf722d09417aad985f4495cf2323ba77bddd6e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cac49d1e50da7f933faa6a225ddf722d09417aad985f4495cf2323ba77bddd6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cac49d1e50da7f933faa6a225ddf722d09417aad985f4495cf2323ba77bddd6e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]    Compiling enumn v0.1.14
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking carcassonne-util v0.1.0 (/opt/rustwide/workdir/carcassonne-util)
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]     Checking wasm-bot v0.1.0 (/opt/rustwide/workdir/wasm-bot)
[INFO] [stderr]     Checking carcassonne-helper v0.1.0 (/opt/rustwide/workdir/carcassonne-helper)
[INFO] [stderr]     Checking carcassonne-engine v0.1.0 (/opt/rustwide/workdir/carcassonne-engine)
[INFO] [stderr]     Checking simple-bot v0.1.0 (/opt/rustwide/workdir/simple-bot)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:270:13
[INFO] [stdout]     |
[INFO] [stdout] 270 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:279:13
[INFO] [stdout]     |
[INFO] [stdout] 279 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:283:9
[INFO] [stdout]     |
[INFO] [stdout] 283 | /         assert_ne!(
[INFO] [stdout] 284 | |             get_completed_components(&state.map, Pos(85, 85)),
[INFO] [stdout] 285 | |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout] 286 | |         );
[INFO] [stdout]     | |_________^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:325:13
[INFO] [stdout]     |
[INFO] [stdout] 325 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:334:13
[INFO] [stdout]     |
[INFO] [stdout] 334 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:343:13
[INFO] [stdout]     |
[INFO] [stdout] 343 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:352:13
[INFO] [stdout]     |
[INFO] [stdout] 352 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:362:13
[INFO] [stdout]     |
[INFO] [stdout] 362 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:373:13
[INFO] [stdout]     |
[INFO] [stdout] 373 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:382:13
[INFO] [stdout]     |
[INFO] [stdout] 382 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:391:13
[INFO] [stdout]     |
[INFO] [stdout] 391 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:401:13
[INFO] [stdout]     |
[INFO] [stdout] 401 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:408:9
[INFO] [stdout]     |
[INFO] [stdout] 408 | /         assert_ne!(
[INFO] [stdout] 409 | |             get_completed_components(&state.map, Pos(85, 85)),
[INFO] [stdout] 410 | |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout] 411 | |         );
[INFO] [stdout]     | |_________^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:433:13
[INFO] [stdout]     |
[INFO] [stdout] 433 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:442:13
[INFO] [stdout]     |
[INFO] [stdout] 442 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:453:13
[INFO] [stdout]     |
[INFO] [stdout] 453 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:464:13
[INFO] [stdout]     |
[INFO] [stdout] 464 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:474:13
[INFO] [stdout]     |
[INFO] [stdout] 474 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:483:13
[INFO] [stdout]     |
[INFO] [stdout] 483 |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> carcassonne-engine/src/state.rs:491:9
[INFO] [stdout]     |
[INFO] [stdout] 491 | /         assert_ne!(
[INFO] [stdout] 492 | |             get_completed_components(&state.map, Pos(85, 85)),
[INFO] [stdout] 493 | |             EnumMap::from_fn(|_| HashSet::new())
[INFO] [stdout] 494 | |         );
[INFO] [stdout]     | |_________^ expected `EnumMap<Edge, HashSet<(Pos, Edge), ...>>`, found `EnumMap<_, HashSet<_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::hash::RandomState` and `foldhash::fast::RandomState` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::hash::RandomState` is defined in crate `std`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/hash/random.rs:35:0
[INFO] [stdout] note: `foldhash::fast::RandomState` is defined in crate `foldhash`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct RandomState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `carcassonne-engine` (lib test) due to 20 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cac49d1e50da7f933faa6a225ddf722d09417aad985f4495cf2323ba77bddd6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cac49d1e50da7f933faa6a225ddf722d09417aad985f4495cf2323ba77bddd6e", kill_on_drop: false }`
[INFO] [stdout] cac49d1e50da7f933faa6a225ddf722d09417aad985f4495cf2323ba77bddd6e
